home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / move13.arc / MOVE.MAN < prev    next >
Encoding:
Text File  |  1986-04-12  |  1.6 KB  |  58 lines

  1.  
  2.     MOVE.COM    (Transient)
  3.  
  4.     Ver 1.3    10 Apr 1986
  5.     By Jay B. Harlow
  6.  
  7. Purpose
  8.  
  9.     Move files from one filespec to a new filespec.
  10.  
  11. Entry forms
  12.  
  13.     MOVE ?
  14.  
  15.     MOVE [option] srcspec [option]
  16.  
  17.     MOVE [option] srcspec [option] desspec
  18.  
  19.     where ? invokes the MOVE help screen
  20.     option is /P or -P
  21.  
  22.     srcspec is the filespec of the file you wish to move.
  23.  
  24.     desspec is the filespec of where you wish the file to 
  25.         be moved to.
  26.  
  27.     a filespec is [d:][path][filename], wildcard characters
  28.         are allowed and will cause multiple files to be moved.
  29.  
  30. Command Line Entry
  31.  
  32.     Command can be invoked by entering MOVE followed by one or two
  33.     parameters at the DOS prompt.
  34.  
  35. File Specification
  36.  
  37.     Filespecs given can be a full path along with optional drive
  38.     and wildcard characters.  When the desspec is missing all the 
  39.     srcspec files are move to the current directory and drive.
  40.     When either the source or the destination is only a drive or
  41.     directory, all the standard files in that drive or directory
  42.     are moved.
  43.  
  44. Options
  45.  
  46.     An option to MOVE is a '/' (forward slash) or a '-' (minus sign)
  47.     followed by a single letter, upper and lower case are the same
  48.     the only option currently allowed is '/P' which forces MOVE
  49.     to pause, waiting for a key to be pressed, before moving any files.
  50.     This allows the user to swap disks if needed.
  51.  
  52. Return Codes
  53.  
  54.     Currently MOVE returns three different error codes to DOS.
  55.     A 0 is returned if MOVE did what you wanted, a 1 is
  56.     returned if MOVE was unable to do what you wanted, and a
  57.     255 is returned if Control-C (Control-Break) was pressed.
  58.